curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/management/me \
--header 'x-api-key: <x-api-key>'
{
"createdAt": "2024-04-09T04:53:29.577Z",
"id": "clurwouax000azffxt7n5unn3",
"product": {
"id": "clurwouaj0003zffx0hu6bonm",
"name": "My Product"
},
"type": "production",
"updatedAt": "2024-04-09T14:14:49.256Z",
"widgetSetupCompleted": true
}
Fetches the product associated with the passed API key
curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/management/me \
--header 'x-api-key: <x-api-key>'
{
"createdAt": "2024-04-09T04:53:29.577Z",
"id": "clurwouax000azffxt7n5unn3",
"product": {
"id": "clurwouaj0003zffx0hu6bonm",
"name": "My Product"
},
"type": "production",
"updatedAt": "2024-04-09T14:14:49.256Z",
"widgetSetupCompleted": true
}
OK
The response is of type object
.
Was this page helpful?